adTempus API
PreviousUpNext
IFileCaptureSpec::IncludeSubdirectories Property

Determines whether subdirectories will be searched

C++
__property VARIANT_BOOL IncludeSubdirectories;
C#
VARIANT_BOOL IncludeSubdirectories;
Visual Basic
Property IncludeSubdirectories() As VARIANT_BOOL
Default Value

False

If IncludeSubdirectories is True, adTempus will search all subdirectories of the directory specified in the FileSpecification for files that match the specification. For example:

  • If the file specification is c:logs*.log adTempus will search c:logs and all of its subdirectories for files with the extension .log.
 

  • If the file specification is c:logsjob309.log adTempus will search c:logs and all of its subdirectories for files with the name job309.log.

adTempus API Reference version 3.0.0.0, revised 10/30/2008